ComponentOne Bitmap for UWP
DrawBitmap(Bitmap,Nullable<RectF>,Single,BitmapInterpolationMode,Nullable<RectF>) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > RenderTarget Class > DrawBitmap Method : DrawBitmap(Bitmap,Nullable<RectF>,Single,BitmapInterpolationMode,Nullable<RectF>) Method
void ID2D1RenderTarget::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle)
Syntax
'Declaration
 
Public Overloads Sub DrawBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal destinationRectangle As System.Nullable(Of RectF), _
   ByVal opacity As System.Single, _
   ByVal interpolationMode As BitmapInterpolationMode, _
   ByVal sourceRectangle As System.Nullable(Of RectF) _
) 
public void DrawBitmap( 
   Bitmap bitmap,
   System.Nullable<RectF> destinationRectangle,
   System.float opacity,
   BitmapInterpolationMode interpolationMode,
   System.Nullable<RectF> sourceRectangle
)

Parameters

bitmap
destinationRectangle
opacity
interpolationMode
sourceRectangle
See Also

Reference

RenderTarget Class
RenderTarget Members
Overload List